.. _`Fit Texts`: .. _`org.sysess.sympathy.machinelearning.fit_text`: Fit Texts ````````` .. image:: fit_text.svg :width: 48 Fits a model using lists of texts. Use "Create Input Port > Y" for supervised training Definition :::::::::: Input ports ........... **in-model** | Type: model | Description: Input model **X** | Type: [text] | Description: X **Y0** | Type: table | Description: Y | Optional number of ports: 0--1 (default: 1) Output ports ............ **out-model** | Type: model | Description: Output model Examples ........ The node can be found in: * :download:`Text_Classification.syx ` Implementation .............. .. automodule:: node_application :noindex: .. class:: FitText :noindex: